| Overload | Description |
|---|---|
| Remove(TKey) | Removes the key-value pair that has the specified key from the map. |
| Remove(NKeyValuePair<TKey,TValue>) | Removes the exact map item if it exists. Both the key and the value of the contained item must match in order for the item to be removed. |